Public symbols in libopenvg.dso (000a0000-Symbian^3) on ARM
Total: 75
openvg.h,
libopenvg{000a0000}.dso
vgAppendPath ( VGPath dstPath, VGPath srcPath )
vgAppendPathData ( VGPath dstPath, VGint numSegments, VGubyte const* pathSegments, void const* pathData )
vgChildImage ( VGImage parent, VGint x, VGint y, VGint width, VGint height )
vgClear ( VGint x, VGint y, VGint width, VGint height )
vgClearImage ( VGImage image, VGint x, VGint y, VGint width, VGint height )
vgClearPath ( VGPath path, VGbitfield capabilities )
vgColorMatrix ( VGImage dst, VGImage src, VGfloat const* matrix )
vgConvolve ( VGImage dst, VGImage src, VGint kernelWidth, VGint kernelHeight, VGint shiftX, VGint shiftY, VGshort const* kernel, VGfloat scale, VGfloat bias, VGTilingMode tilingMode )
vgCopyImage ( VGImage dst, VGint dx, VGint dy, VGImage src, VGint sx, VGint sy, VGint width, VGint height, VGboolean dither )
vgCopyPixels ( VGint dx, VGint dy, VGint sx, VGint sy, VGint width, VGint height )
vgCreateImage ( VGImageFormat format, VGint width, VGint height, VGbitfield allowedQuality )
vgCreatePaint ( )
vgCreatePath ( VGint pathFormat, VGPathDatatype datatype, VGfloat scale, VGfloat bias, VGint segmentCapacityHint, VGint coordCapacityHint, VGbitfield capabilities )
vgDestroyImage ( VGImage image )
vgDestroyPaint ( VGPaint paint )
vgDestroyPath ( VGPath path )
vgDrawImage ( VGImage image )
vgDrawPath ( VGPath path, VGbitfield paintModes )
vgFinish ( )
vgFlush ( )
vgGaussianBlur ( VGImage dst, VGImage src, VGfloat stdDeviationX, VGfloat stdDeviationY, VGTilingMode tilingMode )
vgGetColor ( VGPaint paint )
vgGetError ( )
vgGetf ( VGParamType type )
vgGetfv ( VGParamType type, VGint count, VGfloat* values )
vgGeti ( VGParamType type )
vgGetImageSubData ( VGImage image, void* data, VGint dataStride, VGImageFormat dataFormat, VGint x, VGint y, VGint width, VGint height )
vgGetiv ( VGParamType type, VGint count, VGint* values )
vgGetMatrix ( VGfloat* m )
vgGetPaint ( VGPaintMode paintMode )
vgGetParameterf ( VGHandle object, VGint paramType )
vgGetParameterfv ( VGHandle object, VGint paramType, VGint count, VGfloat* values )
vgGetParameteri ( VGHandle object, VGint paramType )
vgGetParameteriv ( VGHandle object, VGint paramType, VGint count, VGint* values )
vgGetParameterVectorSize ( VGHandle object, VGint paramType )
vgGetParent ( VGImage image )
vgGetPathCapabilities ( VGPath path )
vgGetPixels ( VGImage dst, VGint dx, VGint dy, VGint sx, VGint sy, VGint width, VGint height )
vgGetString ( VGStringID name )
vgGetVectorSize ( VGParamType type )
vgHardwareQuery ( VGHardwareQueryType key, VGint setting )
vgImageSubData ( VGImage image, void const* data, VGint dataStride, VGImageFormat dataFormat, VGint x, VGint y, VGint width, VGint height )
vgInterpolatePath ( VGPath dstPath, VGPath startPath, VGPath endPath, VGfloat amount )
vgLoadIdentity ( )
vgLoadMatrix ( VGfloat const* m )
vgLookup ( VGImage dst, VGImage src, VGubyte const* redLUT, VGubyte const* greenLUT, VGubyte const* blueLUT, VGubyte const* alphaLUT, VGboolean outputLinear, VGboolean outputPremultiplied )
vgLookupSingle ( VGImage dst, VGImage src, VGuint const* lookupTable, VGImageChannel sourceChannel, VGboolean outputLinear, VGboolean outputPremultiplied )
vgMask ( VGImage mask, VGMaskOperation operation, VGint x, VGint y, VGint width, VGint height )
vgModifyPathCoords ( VGPath dstPath, VGint startIndex, VGint numSegments, void const* pathData )
vgMultMatrix ( VGfloat const* m )
vgPaintPattern ( VGPaint paint, VGImage pattern )
vgPathBounds ( VGPath path, VGfloat* minX, VGfloat* minY, VGfloat* width, VGfloat* height )
vgPathLength ( VGPath path, VGint startSegment, VGint numSegments )
vgPathTransformedBounds ( VGPath path, VGfloat* minX, VGfloat* minY, VGfloat* width, VGfloat* height )
vgPointAlongPath ( VGPath path, VGint startSegment, VGint numSegments, VGfloat distance, VGfloat* x, VGfloat* y, VGfloat* tangentX, VGfloat* tangentY )
vgReadPixels ( void* data, VGint dataStride, VGImageFormat dataFormat, VGint sx, VGint sy, VGint width, VGint height )
vgRemovePathCapabilities ( VGPath path, VGbitfield capabilities )
vgRotate ( VGfloat angle )
vgScale ( VGfloat sx, VGfloat sy )
vgSeparableConvolve ( VGImage dst, VGImage src, VGint kernelWidth, VGint kernelHeight, VGint shiftX, VGint shiftY, VGshort const* kernelX, VGshort const* kernelY, VGfloat scale, VGfloat bias, VGTilingMode tilingMode )
vgSetColor ( VGPaint paint, VGuint rgba )
vgSetf ( VGParamType type, VGfloat value )
vgSetfv ( VGParamType type, VGint count, VGfloat const* values )
vgSeti ( VGParamType type, VGint value )
vgSetiv ( VGParamType type, VGint count, VGint const* values )
vgSetPaint ( VGPaint paint, VGbitfield paintModes )
vgSetParameterf ( VGHandle object, VGint paramType, VGfloat value )
vgSetParameterfv ( VGHandle object, VGint paramType, VGint count, VGfloat const* values )
vgSetParameteri ( VGHandle object, VGint paramType, VGint value )
vgSetParameteriv ( VGHandle object, VGint paramType, VGint count, VGint const* values )
vgSetPixels ( VGint dx, VGint dy, VGImage src, VGint sx, VGint sy, VGint width, VGint height )
vgShear ( VGfloat shx, VGfloat shy )
vgTransformPath ( VGPath dstPath, VGPath srcPath )
vgTranslate ( VGfloat tx, VGfloat ty )
vgWritePixels ( void const* data, VGint dataStride, VGImageFormat dataFormat, VGint dx, VGint dy, VGint width, VGint height )
to the top
Generated on Fri Aug 12 12:15:57 2011 for libopenvg.dso by ABI Compliance Checker 1.93.4
A tool for checking backward binary compatibility of a shared C/C++ library API